From: Alan Mackenzie Date: Tue, 17 Jan 2012 18:46:02 +0000 (+0000) Subject: Update the ChangeLog. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1165 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=593403686a73801b05c80aea6b76d440f0ddd89e;p=emacs.git Update the ChangeLog. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a30cf650316..2929ec4523e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -40,6 +40,17 @@ * dired.el (dired-get-filename): Fix 'verbatim case of previous change. +2012-01-13 Alan Mackenzie + + Fix filling for when filladapt mode is enabled. + + * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of + c-mask-paragraph, pass in `fill-paragraph' rather than + `fill-region-as-paragraph'. (This is a reversion of a previous + change.) + * progmodes/cc-mode.el (c-basic-common-init): Make + fill-paragraph-handle-comment buffer local and set it to nil. + 2012-01-13 Glenn Morris * dired.el (dired-switches-escape-p): New function.